agents.anac.y2010.Southampton.utils
Class ActionCreator

java.lang.Object
  extended by agents.anac.y2010.Southampton.utils.ActionCreator

public class ActionCreator
extends java.lang.Object

This factory class has been created to allow Actions to be constructed.

Author:
Colin Williams

Constructor Summary
ActionCreator()
           
 
Method Summary
static Action createAccept(Agent agent)
           
static Action createOffer(Agent agent, Bid bid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionCreator

public ActionCreator()
Method Detail

createOffer

public static Action createOffer(Agent agent,
                                 Bid bid)

createAccept

public static Action createAccept(Agent agent)